﻿2026-06-18T11:13:39.9931732Z ##[group]Run actions/checkout@v5
2026-06-18T11:13:39.9932567Z with:
2026-06-18T11:13:39.9932967Z   fetch-depth: 0
2026-06-18T11:13:39.9933439Z   repository: SaberMage/spt-core
2026-06-18T11:13:39.9937072Z   token: ***
2026-06-18T11:13:39.9937462Z   ssh-strict: true
2026-06-18T11:13:39.9937852Z   ssh-user: git
2026-06-18T11:13:39.9938259Z   persist-credentials: true
2026-06-18T11:13:39.9938701Z   clean: true
2026-06-18T11:13:39.9939208Z   sparse-checkout-cone-mode: true
2026-06-18T11:13:39.9939678Z   fetch-tags: false
2026-06-18T11:13:39.9940073Z   show-progress: true
2026-06-18T11:13:39.9940479Z   lfs: false
2026-06-18T11:13:39.9940847Z   submodules: false
2026-06-18T11:13:39.9941275Z   set-safe-directory: true
2026-06-18T11:13:39.9941913Z ##[endgroup]
2026-06-18T11:13:40.0744192Z Syncing repository: SaberMage/spt-core
2026-06-18T11:13:40.0745833Z ##[group]Getting Git version info
2026-06-18T11:13:40.0746549Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-18T11:13:40.0747625Z [command]/usr/bin/git version
2026-06-18T11:13:40.0766544Z git version 2.43.0
2026-06-18T11:13:40.0785398Z ##[endgroup]
2026-06-18T11:13:40.0796349Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/3990d06d-1d5e-4318-a140-25d9e626813a' before making global git config changes
2026-06-18T11:13:40.0797559Z Adding repository directory to the temporary git global config as a safe directory
2026-06-18T11:13:40.0799903Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-18T11:13:40.0835433Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-18T11:13:40.0856059Z https://github.com/SaberMage/spt-core
2026-06-18T11:13:40.0866899Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-18T11:13:40.0869560Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-18T11:13:40.0888192Z HEAD
2026-06-18T11:13:40.0918893Z ##[endgroup]
2026-06-18T11:13:40.0919638Z [command]/usr/bin/git submodule status
2026-06-18T11:13:40.1113834Z ##[group]Cleaning the repository
2026-06-18T11:13:40.1114608Z [command]/usr/bin/git clean -ffdx
2026-06-18T11:13:40.1267893Z Removing dist/
2026-06-18T11:13:40.1275493Z [command]/usr/bin/git reset --hard HEAD
2026-06-18T11:13:40.1324345Z HEAD is now at 27e0619 release: v0.11.0
2026-06-18T11:13:40.1329550Z ##[endgroup]
2026-06-18T11:13:40.1330860Z ##[group]Disabling automatic garbage collection
2026-06-18T11:13:40.1333910Z [command]/usr/bin/git config --local gc.auto 0
2026-06-18T11:13:40.1358893Z ##[endgroup]
2026-06-18T11:13:40.1359704Z ##[group]Setting up auth
2026-06-18T11:13:40.1365139Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-18T11:13:40.1389486Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-18T11:13:40.1572834Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-18T11:13:40.1596311Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-18T11:13:40.1781617Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-18T11:13:40.1807026Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-18T11:13:40.1993724Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-18T11:13:40.2024175Z ##[endgroup]
2026-06-18T11:13:40.2025367Z ##[group]Fetching the repository
2026-06-18T11:13:40.2031000Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +aa3106be6461a79aba63fc888b4545e29f4c4eed:refs/remotes/pull/25/merge
2026-06-18T11:13:40.9487179Z From https://github.com/SaberMage/spt-core
2026-06-18T11:13:40.9488625Z  * [new branch]      v0.12.0-lifecycle                        -> origin/v0.12.0-lifecycle
2026-06-18T11:13:40.9490179Z  t [tag update]      v0.11.0                                  -> v0.11.0
2026-06-18T11:13:40.9491379Z  * [new ref]         aa3106be6461a79aba63fc888b4545e29f4c4eed -> pull/25/merge
2026-06-18T11:13:40.9519707Z ##[endgroup]
2026-06-18T11:13:40.9520734Z ##[group]Determining the checkout info
2026-06-18T11:13:40.9521845Z ##[endgroup]
2026-06-18T11:13:40.9525055Z [command]/usr/bin/git sparse-checkout disable
2026-06-18T11:13:40.9562172Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-18T11:13:40.9583713Z ##[group]Checking out the ref
2026-06-18T11:13:40.9585807Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/25/merge
2026-06-18T11:13:40.9729650Z Previous HEAD position was 27e0619 release: v0.11.0
2026-06-18T11:13:40.9731419Z HEAD is now at aa3106b Merge 464eaf771f0b784ce2caee4a8f22c47d59678ef2 into 27e06195a599107f565f4507aa5aa96ae9fe1ef5
2026-06-18T11:13:40.9738077Z ##[endgroup]
2026-06-18T11:13:40.9772411Z [command]/usr/bin/git log -1 --format=%H
2026-06-18T11:13:40.9796556Z aa3106be6461a79aba63fc888b4545e29f4c4eed
